* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/* 盒子包含内外边距 */
}

html {
	font-size: 16px; //1rem=16px
}
[v-cloak]{
	display: none;/* 页面加载时不显示vue的模板{{data}} */
}
li {
	list-style-type: none;
}

.toggleFont {
	letter-spacing: 0 !important;
}

.container {
	user-select: none;
	/* 内容不可选中 */
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: linear-gradient(0deg, #0843ca, #0d95ef);
	color: #4699F7;
}

.container .select_box {
	position: absolute;
	background-color: white;
	top: 2.125rem;
	right: 3.125rem;
	width: 7rem;
	height: 3rem;
	font-size: 1rem;
	font-weight: 300;
	color: #4699F7;
	line-height: 3rem;
	letter-spacing: 0.1rem;
	float: left;
	z-index: 999;
	position: absolute;
}

.language_item {
	padding-right: 0.3rem;
	text-align: center;
}

.container .language_li {
	display: none;
	background-color: white;
	width: 7rem;
	height: 4rem;
	color: #D0CFCF;
	text-align: center;
	line-height: 1.8rem;
}

.container .language_li li {
	padding-left: 0px;
	height: 2rem;
}

.toggleIcon {
	display: block !important;
}

.toggleIcon_Color {
	background-color: black;
	opacity: 0.1;
}

.img_icon {
	width: 1.2rem;
	height: 0.8rem;
	transform: scale(0.6, 0.6);
	right: 0.5rem;
	position: absolute;
	top: 1.1rem;
}

.content_box {}

.loginHead {
	width: 100%;
	height: 3.5rem;
	margin-bottom: 4rem;
	display: flex;
	justify-content: center;
}

.headText {
	text-align: center;
	font-size: 3.75rem;
	font-family: FZHei-B01T;
	font-weight: 400;
	color: #FFFFFF;
	letter-spacing: 0.5rem;
}

.loginContent {
	width: 58rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.loginContent .loginMenu {
	width: 58rem;
	height: 35.125rem;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

.loginContent .loginWindow {
	width: 29.25rem;
	height: 35.125rem;
	background-color: white;
	border-radius: 10px;
	right: 0;
	top: 0;
	position: absolute;
}

.loginMenu_box {
	height: 84%;
	width: 100%;
	position: absolute;
	top: 8%;
}

.thisMenu {
	cursor: pointer;
	padding: 5px;
	width: 50%;
	height: 4.875rem;
	display: flex;
	align-items: center;
}

.menuImg01,
.menuImg02 {
	width: 35%;
	float: left;
	margin: 0 auto;
	text-align: center;
}

.menuImg01 img,
.menuImg02 img {
	height: 3.5rem;
}

.menuFont {
	height: 4.125rem;
	width: 65%;
	float: left;
	font-size: 1.7rem;
	line-height: 4.125rem;
	letter-spacing: 0.5rem;
	color: #FFFFFF ;
}

.toggleMenu_Color {
	background: #4699F7;
}

.domainImg {
	height: 36%;
	text-align: center;
}

.domainImg img {
	padding-top: 2rem;
	width: 6.25rem;
	margin: 0 auto;
}

.domainImg div {
	height: 75%;
	width: 100%;
	margin: 0 auto;
}

.domainImg font {
	font-size: 1.875rem;
}

.loginForm {
	margin-left: 10%;
	height: 80%;
	width: 80%;
}

.loginForm_son {
	display: flex;
	height: 15%;
	margin-top: 5%;
	border-bottom: 1px solid #C7C7C7;
}

.loginForm div img {
	width: 1.625rem;
	display: flex;
	height: 1.825rem;
}

.loginForm input {
	font-size: 1rem;
	height: 2rem;
	width: 80%;
	margin-left: 5%;
	outline-style: none;
	border: none;
	border-width: 0;
}


input::-webkit-input-placeholder {
	color: #ADADAD;
	font-size: 18px;
	/* letter-spacing: var(placeholderLetter); // 动态值 */
	letter-spacing: 1px;
}

.loginBtn {
	width: 100%;
	padding-top: 10%;

}

.loginBtn div {
	width: 50%;
	float: left;
	display: flex;
	flex-direction: row;

}

.loginBtn button {
	outline: none;
	margin: 0 auto;
	height: 2.65rem;
	width: 8.25rem;
	border: none;
	color: #FFFFFF;
	border-radius: 1rem;
	background: #4699F7;
	font-size: 16px;
	letter-spacing:3px;
}

.loginBtn button:hover {
	cursor: pointer;
}
	.footer{
		position: absolute;
		bottom: 1rem;
		display: flex;
		align-items: center;
		left: 0px;
		right: 0px;
		justify-content: center;
	}
.showImg {
	display: none;
}
.width540 .toggleMenu_Color,.toggleFontColor{
	color: #4699F7;
}
.alert-container {
	display: flex;
	gap: 6px;
	margin: 0 40px;
	padding: 10px;
	background-color: #fff0e5;
	color: #666;
	font-size: 12px;
	border-radius: 4px;
}
.alert-container .alert-icon {
    flex: 1;
	flex-shrink: 0;
}
@media screen and (max-width: 1680px) {
	html {
		font-size: 16px !important;
	}
	.img_icon {
		top: 1rem;
		right: 0.3rem;
	}
}
@media screen and (max-width: 1024px){
	html{
		font-size: 15px !important;
	}
}


@media screen and (max-width: 768px) {
	html {
		font-size: 6.25px !important;
	}
	.language_item {
		padding: 5px 15px;
	}
	.loginContent .loginWindow{
		/* position: static; */
    margin: 0 auto;
    margin-top: 7rem;
		top:auto;
	}
	.itembg {
		background-color: #4699F7;
		
	}
	.itembg .menuFont{
		color: #FFFFFF;
	}
	.container .language_li{
		width: auto;
		height: auto;
		line-height: auto;
	}
	.select_box {
		display: none;
	}

	.container {
		width: 100%;
	}

	.container .select_box {
		display: block;
		width: auto;
		height: auto;
	}

	.img_icon {
		top: 0.5rem;
	}

	.container .language_li li {
		height: 3rem;
	}

	.container {
		display: block !important;
	}

	.loginHead {
		margin: 0px 0px;
		height: 20rem;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.headText {
		margin-top: 20px;
		width: 100%;
		font-size: 20px;
		line-height: 20px;
	}

	.content_box {
		width: 100%;
		height: 100rem;
	}

	.loginContent {
		display: block;
		height: 100%;
		width: 100%;
	}

	.loginMenu {
		width: 100% !important;
		border-radius: 0 !important;
		height: 30rem !important;
		background-color: #FFFFFF !important;
	}

	.loginMenu_box {
		height: 100%;
		top: 0;
	}

	.thisMenu {
		display: flex;
		align-items: center;
		width: 50%;
		height: 10rem;
		float: left;
		border-right: 1px solid #F1F1F1;
		border-bottom: 1px solid #F1F1F1;
	}

	.menuFont {
		overflow: hidden;
		width: 60%;
		letter-spacing: 0px;
		color: #C7C7C7;
		font-size: 16px;
		letter-spacing: 0.1rem;
	}

	.menuImg01,
	.menuImg02 {
		margin-left: 5.8rem;
		height: 6.6rem;
		width: 6.6rem !important;
	}

	.menuImg01 img,
	.menuImg02 img {
		width: 100%;
		height: 100%;
	}
	
	.loginWindow {
		width: 80% !important;
		height: 63rem !important;
		margin-top: 7rem;
		right: 7.6rem !important;
	}

	.domainImg {
		height: 30%;
		align-items: center;
		justify-content: center;
	}

	.domainImg div {
		height: 70%;
	}

	.domainImg img {
		padding-top: 2.2rem !important;
		width: 10.6rem;
	}

	.domainImg font {
		font-size: 3.2rem !important;
	}

	.loginForm_box {
		height: 70% !important;
	}

	.loginForm {
		margin-left: 17%;
		width: 66%;
	}

	.loginForm_son {
		margin-top: 10%;
		height: 5rem;
		display: flex !important;
		align-items: center;
	}

	.loginForm div img {
		width: 3.6rem;
		height: 3.6rem;
	}
	.loginForm input {
		font-size: 16px;
		height: 16px;
		width: 80%;
		margin-left: 5%;
		outline-style: none;
		border: none;
		border-width: 0;
	}
	input::-webkit-input-placeholder {
		color: #ADADAD;
		font-size: 12px;
		/* letter-spacing: var(placeholderLetter); // 动态值 */
		letter-spacing: 1px;
	}
	.CodeImg {
		width: 67px !important;
		height: 29px !important;
	}

	.loginBtn button {
		height: 5.6rem;
		width: 30%;
		position: absolute;
		bottom: -2.8rem;
		border-radius: 10px;
	}
	#postBtn{
		left:8rem;
	}
	#inputReset{
		right: 8rem;
	}
	.footer{
		height: 2rem;
		width: 100%;
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.footer font{
		font-size: 1.8rem !important;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #FEFEFE;
	}
	.phone_icon1{
		content: url(../img/phone_icon1_2.png) !important;
	}
	.phone_icon1_2{
		content: url(../img/phone_icon1.png) !important;
	}
	.phone_icon2{
		content: url(../img/phone_icon2_2.png) !important;
	}
	.phone_icon2_2{
		content: url(../img/phone_icon2.png) !important;
	}
	.phone_icon3{
		content: url(../img/phone_icon3_2.png) !important;
	}
	.phone_icon3_2{
		content: url(../img/phone_icon3.png) !important;
	}
	.phone_icon4{
		content: url(../img/phone_icon4_2.png) !important;
	}
	.phone_icon4_2{
		content: url(../img/phone_icon4.png) !important;
	}
	.phone_icon5{
		content: url(../img/phone_icon5_2.png) !important;
	}
	.phone_icon5_2{
		content: url(../img/phone_icon5.png) !important;
	}
	.phone_icon6{
		content: url(../img/phone_icon6_2.png) !important;
	}
	.phone_icon6_2{
		content: url(../img/phone_icon6.png) !important;
	}
}
@media screen and (max-width: 375px) {
	html {
		font-size: 5px !important;
	}

	.select_box {
		display: none;
	}

	.container {
		width: 100%;
	}

	.container .select_box {
	}

	.img_icon {
		top: 0.5rem;
	}

	.container .language_li {
		width: 15rem;
		height: 6rem;
	}

	.container .language_li li {
		height: 3rem;
	}

	.container {
		display: block !important;
	}

	.loginHead {
		margin: 0px 0px;
		height: 20rem;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.headText {
		width: 100%;
		font-size: 20px;
	}

	.content_box {
		width: 100%;
		height: 100rem;
	}

	.loginContent {
		display: block;
		height: 100%;
		width: 100%;
	}

	.loginMenu {
		width: 100% !important;
		border-radius: 0 !important;
		height: 30rem !important;
		background-color: #FFFFFF !important;
	}

	.loginMenu_box {
		height: 100%;
		top: 0;
	}

	.thisMenu {
		display: flex;
		align-items: center;
		width: 50%;
		height: 10rem;
		float: left;
		border: 1px solid #F1F1F1;
	}

	.menuFont {
		width: 60%;
		letter-spacing: 0px;
		color: #C7C7C7;
		font-size: 3.4rem;
		letter-spacing: 0.1rem;
	}
	.alert-container {
		margin: 10px 16px 0;
	}
	.loginContent .loginWindow {
		height: auto !important;
		padding-bottom: 30px;
	}
	@media screen and (max-width: 280px) {
		.menuFont {
			font-size: 10px;
		}
	}
	@media screen and (max-width: 360px) {
		.menuFont {
			font-size: 15px;
		}
	}
	.menuImg01,
	.menuImg02 {
		margin-left: 5.8rem;
		height: 6.6rem;
		width: 6.6rem !important;
	}
	.loginForm input {
		font-size: 14px;
		height: 14px;
		width: 80%;
		margin-left: 5%;
		outline-style: none;
		border: none;
		border-width: 0;
	}
	.menuImg01 img,
	.menuImg02 img {
		width: 100%;
		height: 100%;
	}
	
	.loginWindow {
		width: 80% !important;
		height: 63rem !important;
		margin-top: 7rem;
		right: 7.6rem !important;
	}

	.domainImg {
		height: 30%;
		align-items: center;
		justify-content: center;
	}

	.domainImg div {
		height: 70%;
	}

	.domainImg img {
		padding-top: 2.2rem !important;
		width: 10.6rem;
	}

	.domainImg font {
		font-size: 3.2rem !important;
	}

	.loginForm_box {
		height: 70% !important;
	}

	.loginForm {
		margin-left: 17%;
		width: 66%;
	}

	.loginForm_son {
		margin-top: 10%;
		height: 5rem;
		display: flex !important;
		align-items: center;
	}

	.loginForm div img {
		width: 3.6rem;
		height: 3.6rem;
	}

	.CodeImg {
		width: 15rem !important;
		height: 5rem !important;
	}

	.loginBtn button {
		height: 5.6rem;
		width: 30%;
		position: absolute;
		bottom: -2.8rem;
		border-radius: 10px;
	}
	
	#postBtn{
		left:8rem;
	}
	#inputReset{
		right: 8rem;
	}
	.footer{
		display: block !important;
		position: absolute;
		bottom: 5%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.footer font{
		font-size: 1.8rem !important;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #FEFEFE;
	}
	.phone_icon1{
		content: url(../img/phone_icon1_2.png) !important;
	}
	.phone_icon1_2{
		content: url(../img/phone_icon1.png) !important;
	}
	.phone_icon2{
		content: url(../img/phone_icon2_2.png) !important;
	}
	.phone_icon2_2{
		content: url(../img/phone_icon2.png) !important;
	}
	.phone_icon3{
		content: url(../img/phone_icon3_2.png) !important;
	}
	.phone_icon3_2{
		content: url(../img/phone_icon3.png) !important;
	}
	.phone_icon4{
		content: url(../img/phone_icon4_2.png) !important;
	}
	.phone_icon4_2{
		content: url(../img/phone_icon4.png) !important;
	}
	.phone_icon5{
		content: url(../img/phone_icon5_2.png) !important;
	}
	.phone_icon5_2{
		content: url(../img/phone_icon5.png) !important;
	}
	.phone_icon6{
		content: url(../img/phone_icon6_2.png) !important;
	}
	.phone_icon6_2{
		content: url(../img/phone_icon6.png) !important;
	}
}

